Skip to content

Add Vert.x UriTemplate#4444

Merged
And1sS merged 25 commits into
masterfrom
add-vertx-uri-template
Jul 20, 2026
Merged

Add Vert.x UriTemplate#4444
And1sS merged 25 commits into
masterfrom
add-vertx-uri-template

Conversation

@CTMBNara

@CTMBNara CTMBNara commented Mar 31, 2026

Copy link
Copy Markdown
Collaborator

Major changes:

  • BIDDER related macros:
    • All macros in the BIDDER.yaml configuration file must be converted as follows:
      {{MACRO}} -> {MACRO}
    • If a bidder needs to use macros, they should use org.prebid.server.util.Uri
    • All macros in the BIDDERBidder.java file must be converted as follows to work with new API:
      {{MACRO}} -> MACRO
  • HttpApplicationSettings Rfc3986: request-id=id2&request-id=id1&imp-id=id2&imp-id=id1 -> request-id=id2%2Cid1&imp-id=id2%2Cid1
  • Previously, when you used new UriBuilder("https://test.com").addParameter("key", null).build(), it would return https://test.com?key, but now, using org.prebid.server.util.Uri, you will get https://test.com

Config properties:

  • hooks.modules.optable-targeting.api-endpoint: {{TENANT}} -> {TENANT}, {{ORIGIN}} -> {ORIGIN}
  • analytics.liveintent.analytics-endpoint: path and query parameters will now be appended to the endpoint instead of replacing the existing ones.

Bidder configuration specific changes:

  • Adkernel: %s -> {ZoneId}
  • Adot: {{PUBLISHER_PATH}} -> {/PUBLISHER_PATH*}
  • AudienceNetwork: {partner}, {app}, {auction} macros added
  • Brave: {{.PublisherID}} -> {PublisherID}
  • Eplanning: {ClientId}, {DfpClientId}, {RequestTarget}, {Sec} macros added
  • Lunamedia: {Pid} macro added
  • Mobfoxpb: __route__ -> {route}, __method__ -> {method}, __key__ -> {key}
  • Smartrtb {PubId} macro added
  • Rubicon: rubicon.default-tk-x-int property added
  • Tappx: {/path*} macro added
  • Yeahmobi: {{.Host}} -> gw-{ZoneId}-bid.yeahtargeter.com
  • Yieldlab: {AdSlotId} macro added
  • Smartadserver:
    • smartadserver.secondary-endpoint -> smartadserver.pg-endpoint
    • /api/bid suffix should be added to smartadserver.endpoint
    • /ortb suffix should be added to smartadserver.pg-endpoint
  • Improvedigital: {{PathPrefix}}pbs -> {PathPrefix}/pbs
  • Gamoshi:
    • gamoshi.endpoint: endpoint -> endpoint/r/{SupplyPartnerId}/bidr?bidder=prebid-server
  • KueezRtb: {ConnectionId} macro added
  • Mgid: {AccountId} macro added
  • Ucfunnel:
    • ucfunnel.endpoint: endpoint -> endpoint/{PartnerId}/request
  • Vidazoo: {ConnectionId} macro added
  • Omnidex: {ConnectionId} macro added
  • Tagoras: {ConnectionId} macro added
  • Beachfront: exchange_id query param moved to bidder code. Remove it from .yaml config

@CTMBNara
CTMBNara requested a review from And1sS March 31, 2026 23:09
@CTMBNara
CTMBNara force-pushed the add-vertx-uri-template branch 2 times, most recently from 025ac24 to 8b7b3ed Compare April 14, 2026 20:53
@CTMBNara
CTMBNara force-pushed the add-vertx-uri-template branch from 8b7b3ed to 0227b04 Compare April 14, 2026 21:35
@CTMBNara
CTMBNara changed the base branch from master to prebid-server-4.0 May 27, 2026 12:28
@CTMBNara
CTMBNara marked this pull request as ready for review May 27, 2026 12:28
@CTMBNara
CTMBNara changed the base branch from prebid-server-4.0 to master June 29, 2026 20:33
CTMBNara added 2 commits June 29, 2026 22:46
# Conflicts:
#	src/test/resources/org/prebid/server/it/test-application.properties
@CTMBNara
CTMBNara force-pushed the add-vertx-uri-template branch from a907d2c to 6f23995 Compare June 29, 2026 20:52
CTMBNara and others added 8 commits June 30, 2026 14:41
# Conflicts:
#	extra/modules/optable-targeting/src/test/java/org/prebid/server/hooks/modules/optable/targeting/v1/BaseOptableTest.java
#	extra/pom.xml
#	src/main/java/org/prebid/server/spring/config/bidder/SmartadserverConfiguration.java
#	src/main/java/org/prebid/server/vertx/httpclient/CircuitBreakerSecuredHttpClient.java
#	src/test/java/org/prebid/server/bidder/gumgum/GumgumBidderTest.java
#	src/test/java/org/prebid/server/spring/config/bidder/util/UsersyncerCreatorTest.java
# Conflicts:
#	src/test/resources/org/prebid/server/it/test-application.properties
Comment thread src/main/java/org/prebid/server/bidder/adot/AdotBidder.java Outdated
Comment thread src/main/java/org/prebid/server/bidder/adtrgtme/AdtrgtmeBidder.java
Comment thread src/main/java/org/prebid/server/bidder/audiencenetwork/AudienceNetworkBidder.java Outdated
Comment thread src/main/java/org/prebid/server/bidder/yieldlab/YieldlabBidder.java Outdated
Comment thread src/main/java/org/prebid/server/util/Uri.java Outdated
Comment thread src/main/java/org/prebid/server/util/Uri.java Outdated
Comment thread src/main/java/org/prebid/server/util/Uri.java
Comment thread src/main/java/org/prebid/server/util/Uri.java Outdated
@osulzhenko
osulzhenko requested a review from Lightwood13 July 20, 2026 13:21
Lightwood13
Lightwood13 previously approved these changes Jul 20, 2026
@And1sS
And1sS merged commit bc04092 into master Jul 20, 2026
8 checks passed
@And1sS
And1sS deleted the add-vertx-uri-template branch July 20, 2026 13:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants